home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
Development
/
vbcc
/
targets
/
ppc-morphos
/
include
/
proto
/
timer.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-10-27
|
141 b
|
7 lines
#ifndef PROTO_TIMER_H
#define PROTO_TIMER_H
#include <exec/types.h>
extern struct Library *TimerBase ;
#include <clib/timer_protos.h>
#endif